toMutableState

fun <T> Flow<T>.toMutableState(initial: T, scope: CoroutineScope): <ERROR CLASS><T>
inline fun <T> StateFlow<T>.toMutableState(scope: CoroutineScope): <ERROR CLASS><T>